home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / xray105.zip / XRAY.DOC < prev    next >
Text File  |  1990-04-11  |  2KB  |  64 lines

  1.                                   XRAY 1.05
  2.                                   =========
  3.  
  4. General
  5. -------
  6.  
  7. XRAY is a filter program that displays text strings in binary files.  It
  8. can be used to unearth forgotten instructions and commands for utilities
  9. and other programs.  It also can be used to investigate downloaded files
  10. for hidden "surprises."
  11.  
  12. Use
  13. ---
  14.  
  15. To use XRAY, simply enter:
  16.  
  17.   xray filespec
  18.  
  19. where "filespec" is the name of the binary file (optionally preceded by
  20. drive and path).  For example, to scan a file called EDITOR.EXE and
  21. display its text strings, enter:
  22.  
  23.   xray editor.exe
  24.  
  25. XRAY will find all text strings that are 5 characters long or longer.
  26. XRAY counts white space in measuring the length of a string, so it will
  27. find and display a string like "This is some text" even though each word
  28. is less than 5 characters long.
  29.  
  30. To abort XRAY in the middle of a scan, press the Escape key.  To make
  31. XRAY pause without aborting, press any other key; press again to resume
  32. the scan.
  33.  
  34. By default, XRAY sends its output to the screen.  The output can be
  35. redirected to a file or any DOS device by the standard DOS redirection
  36. operator (">").  For example, to scan a file called COMTEST.COM and
  37. send the output to a new file called COMTEST.TXT, enter:
  38.  
  39.   xray comtest.com > comtest.txt
  40.  
  41. Similarly, to send the output to a printer, enter:
  42.  
  43.   xray comtest.com > prn
  44.  
  45. System Requirements
  46. -------------------
  47.  
  48. XRAY requires DOS 2.x or higher and 64KB of free memory.  If less than 64KB
  49. is free, XRAY will abort with an error message.
  50.  
  51. Source Code and Distribution
  52. ----------------------------
  53.  
  54. XRAY is written in JPI TopSpeed Modula-2.  The source code for XRAY is
  55. included in the self-extracting archive file, XRAY11.EXE.
  56.  
  57. XRAY is a free program.  You may distribute it to other people as long as
  58. you do not charge for it and you include each of the original files in
  59. unaltered form.
  60.  
  61. If you have any comments, questions or suggestions, I can be contacted
  62. on BIX (smcintosh) and CompuServe (73510,361).
  63.  
  64. Scott McIntosh     4/11/90